net/http.http2ClientConn.vlogf (method)
11 uses
net/http (current package)
h2_bundle.go#L7916: cc.vlogf("http2: Transport sending health check")
h2_bundle.go#L7919: cc.vlogf("http2: Transport health check failure: %v", err)
h2_bundle.go#L7922: cc.vlogf("http2: Transport health check success")
h2_bundle.go#L8123: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, nextID-2)
h2_bundle.go#L9215: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
h2_bundle.go#L9344: cc.vlogf("http2: Transport readFrame error on conn %p: (%T) %v", cc, err, err)
h2_bundle.go#L9359: cc.vlogf("http2: Transport received %s", http2summarizeFrame(f))
h2_bundle.go#L9391: cc.vlogf("http2: Transport conn %p received error from processing frame %v: %v", cc, http2summarizeFrame(f), err)
h2_bundle.go#L9869: cc.vlogf("transport got GOAWAY with error code = %v", f.ErrCode)
h2_bundle.go#L9941: cc.vlogf("Unhandled Setting: %v", s)
h2_bundle.go#L10100: func (cc *http2ClientConn) vlogf(format string, args ...interface{}) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |